home *** CD-ROM | disk | FTP | other *** search
- Path: btree.is.brooktree.com!usenet
- From: sasha@brooktree.com (Alex Bakaev)
- Newsgroups: comp.lang.c++
- Subject: Re: Visual C++ v 2.1 VS. other C++ programs
- Date: Mon, 08 Jan 1996 18:30:06 GMT
- Organization: Brooktree Corporation
- Message-ID: <4crnqb$kga@btree.brooktree.com>
- References: <4cplbi$e8t@news1.goodnet.com>
- NNTP-Posting-Host: komissar.is.brooktree.com
-
- mrklim@imap2.asu.edu (Joshua N. Klim) wrote:
-
- >I am new to C++ and am just starting to learn how to use it and am wondering what the
- >difference between Visual C++ (which I have) and other C++ programs like Borland C++.
- > Thanks.
- > Joshua N. Klim
- > mrklim@imap2.asu.edu
-
- Main difference in terms of C++ is that Borland C++ 4.x implements
- more of C++ then VC++ 2.x. VC++ 4.0 implements namespaces ( and RTTI
- ? ). But BC++ 5.0 will be much closer to the draft then VC++ 4.0. It
- will implement bool and mutable as well.
-
- Regards, Alex
-
-
-